
      body {
        font-family:"ComfortaA",sans-serif;
        background-image: url('/img/Fundo\ SM.png');
        background-size: cover; /* Ajusta a imagem para cobrir toda a área */
        margin: 0;
       }

/* Rodapé --------------------------------------------------------------------------------*/
      footer {
        background-color: #5BAAA1;
        color: white;
        text-align: center;
        padding: 20px 10px;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
      }

      footer p {
        margin: 5px 0;
      }

      footer a {
        color: #ffffff;
        text-decoration: none;
      }

      footer a:hover {
        text-decoration: underline;
      }
/*-----------------------------------------------------------------------------------------*/

/*Manu de Navegação -----------------------------------------------------------------------*/

       header {
        background-color: #F2F2F2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 90px;
      }

       /* Logo */
      #logo {
        margin: 15px;
        max-width: 350px;
      }

       /* Barra de navegação */
      .abas {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 30px; /* Aumenta o espaçamento entre as abas */
      }

       /* Estilo para as abas sem fundo */
      .aba a {
        color: #6B63CE /* Cor do texto */;
        text-decoration: none;
        font-size: 18px;
        padding: 5px 10px;
       }

       /* Estilo para a aba de "Contato" */
      .aba a#contact {
        padding: 12px;
        background-color: #5A9EDB; /* Fundo da aba de Contato */
        color: white; /* Texto em branco */
        border-radius: 50px; /* Cantos arredondados */
      }

       /* Efeito de hover */
      .aba a:hover {
        color: #5A9EDB; /* Cor ao passar o mouse */
      }
/*-----------------------------------------------------------------------------------------*/


/*Sobre Mim--------------------------------------------------------------------------------------*/

.col-md-5{
  margin: 5% 0px;
  padding: 20px;
  text-align: center;
  height: auto;
}
.col-md-7{
  padding: 5%;
  width: auto;
}

.texto{
  font-size: 20px;
  border-radius: 30px;
  padding: 35px;
  margin: 10px 25%;
  color: aliceblue;
  background-color: #5BAAA1;
  width: 400px;
}
#titulo-texto-1{
  font-size: 28px;
}
.Sobre-mim{
  padding-bottom: 20px;
  height: auto;
  background-image: url('/img/Fundo\ SM.png');
  background-size: cover;
}
.btn1 a{
  color: #ffffff /* Cor do texto */;
  text-decoration: none;
  font-size: 18px;
  padding: 5px 10px;

}
.btn1{
  font-size: 17px;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 0px;
  background-color:#908bd4;
}



/*----------------------------------------------------------------------------------------------*/

/*Software--------------------------------------------------------------------------------------*/
      
      .Softwares{
        padding: 15px;
        background-color: #ffffff;
      }

      .software-section {
        border-radius: 8px;
        padding: 20px;
        max-width: 100%;
        margin: 0;
        text-align: center;
      }

      .software-section h2 {
        color: #4a4a4a;
        font-size: 1.5em;
        margin-bottom: 20px;
      }

      .software-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
      }

      .software {
        text-align: center;
        width: 160px; /* A largura dos círculos */
        margin: 0 auto;
      }

      .circle {
        color: white;
        font-size: 14px;
        font-weight: bold;
        height: 100px;
        width: 100px;
        line-height: 80px;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .progress-bar {
        background-color: #e0e0e0;
        height: 8px;
        border-radius: 4px;
        overflow: hidden;
        margin: 5px auto;
        width: 100%;
        max-width: 120px;
      }

      .progress {
        background-color: #5BAAA1;
        height: 100%;
        border-radius: 4px;
      }

      #fundo2{
        background-color: hsl(0, 100%, 60%);
      }

      .texto2{
        text-align: center;
        margin: 0px 150px;
        padding: 20px 30px;
        font-size: 22px;
        color:#525252;
        border-radius: 100px;
      }
/*----------------------------------------------------------------------------------------------*/

/*Serviço--------------------------------------------------------------------------------------*/
.servico {
        padding: 50px 0;
        background-color: #f8f8f8;
      }
              
      #serv {
        margin-left: 150px;
        margin-right: 150px;
        display: flex; /* Exibe os serviços em linha */
        justify-content: space-around; /* Espalha os serviços igualmente */
        flex-wrap: wrap; /* Permite que as divs se ajustem em uma nova linha se necessário */
        gap: 30px; /* Espaçamento entre os serviços */
      }

      .servs {
        width: 500px; /* Ajusta a largura dos serviços */
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative; /* Para posicionar o texto sobre a imagem */
      }
  

      .servs img {
            width: 100%;
            height: auto;
            border-radius: 10px;
      }

      .servs h3 {
        margin: 15px;
        background-color: #6B63CE;
        padding: 15px;
        border-radius: 10px;
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 20px;
        font-weight: bold;
        z-index: 2;
      }

      .servs li {
        list-style-type: circle;
        font-size: 16px;
        color: #333;
        margin: 5px 0;
      }

      .servs li::before {
        color: #5A9EDB;
        font-size: 18px;
        margin-right: 10px;
      }
      .dserv{
        margin-top: 15px;
        font-size: 18px;
      }

      .saiba-mais{
        margin: 25px;
        font-size: 25px;
        text-align: center;
      }


/*----------------------------------------------------------------------------------------------*/

/*Contato--------------------------------------------------------------------------------------*/

      .contato{
        padding: 25px;
        text-align: center;
        background-color:#908bd4;
      }
      .contato h1{
        color: #fff;
        font-size: 35px;
      }
      input, textarea{
        border: 0px;
        padding: 10px;
        border-radius: 10px;
        width: 400px;
      }
      .btn2{
        border: 0px;
        border-radius: 10px;
        padding: 10px;
        color: #fff;
        background-color:#5BAAA1;
      }
/*----------------------------------------------------------------------------------------------*/
      
      /* Geral */
      h1{
        margin: 10px;
        font-size: 40px;
        text-align: center;
      }
      /* --------------------------------------- */
      
      @media (max-width: 1080px){
        
        .Sobre-mim{
          max-width: 100%;
          height: 900px;
          background-color: #5BAAA1;
      }
        header {
            display:block;
            align-items: center;
            padding: 15px 90px;
        }
        #logo {
          margin: 20px 10px 20px 10px;
          max-width: 550px;
        }
        
        #Manu{
            text-align: center;
        }
        .abas {
          list-style-type: none;
          gap: 0px;
          justify-content: space-between;
      }
        .container{
            margin: 0px 50px;
            padding: 30px;
        }
        body{
            background-color: #815adb;
        }
        .software-container {
          gap: 2px;
        }
        .software{
          width: 100px;
        }
        .texto2{
          text-align: justify;
          margin: 0px 20px;
          padding: 10px 20px;
          font-size: 22px;
          color:#525252;
        }
        .arealogo{
          text-align: center;
          margin: 20px;
        }
        .texto{
          font-size: 15px;
          margin: 0px 5%;
          color: aliceblue;
          background-color: #5BAAA1;
          width: 100%;
        }
        #logo2{
          margin:28% 0px ;
          width: 280px;
        }
        .Sobre-mim{
          padding-bottom: 20px;
          height: 550px;
        }
        .servs {
          width: 1000px; /* Ajusta a largura dos serviços */
        }
    
      }
      /*--------------------------------------------------*/

      /* Responsividade para Celular*/
      @media (max-width: 780px) {
        .Sobre-mim{
          max-width: 100%;
          height: 950px;
          background-color: #5BAAA1;
      }
        .software-container {
          gap: 15px;
        }
        .software {
          width: 80px; /* Ajusta a largura para telas menores */
        }
        .servs {
        width: 800px; /* Ajusta a largura dos serviços */
      }
      .texto2{
        text-align: justify;
        margin: 0px 20px;
        padding: 10px 20px;
        font-size: 22px;
        color:#525252;
      }
      #serv{
        margin: 30px;
      }

      .arealogo{
        text-align: center;
        margin: 0px;
        margin-right: 0px;
      }

      header {
        padding: 15px 40px;
      }
    
      .aba a{
        font-size: 20px;
      }
    }

    @media (max-width:420px){
      #logo{
        width: 300px;
        margin: 0px;
      }
      .abas{
        display:block;
        margin-bottom: 15px;

      }
      .aba{
        margin: 15px;
      }
      .categories .category {
        padding: 10px 5px;
        cursor: pointer;
        border-radius: 100px;
        font-size: 20px;
    }
      .texto{
      font-size: 15px;
      border-radius: 30px;
      padding: 35px;
      margin: 0px 5%;
      color: aliceblue;
      background-color: #5BAAA1;
      width: auto;
    }
    .col-md-7{
      padding: 0%;
    
    }
    .container{
      margin: 0px;
    }
    input, textarea{
      width: 300px;
    }
    .Sobre-mim {
      height: 900px;

  }
  #logo2{
    width: 300px;
    margin: 0% 0px;
    margin-bottom: 0px;
  }
  .texto2{

    font-size: 18px;
  }

    }